home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / QuickTime / QuickTime Tools / MovieShop / MovieShop 1.0b12 changes next >
Encoding:
Text File  |  1992-06-12  |  1.7 KB  |  52 lines  |  [TEXT/KAHL]

  1. /*
  2.  
  3. V1.0 b1 - 
  4.     1) Stable release
  5.  
  6. V1.0 b2 - 
  7.     1) Fixed bug in getting video that did not have all frames on 1/2 second
  8.         boundarys.  So 10fps and 12fps were OK, but 15fps was not.
  9.  
  10. V1.0 b3 - 
  11.     1) Added ability to specify the input color depth for the movie to be compressed
  12.         with.
  13.         
  14. V1.0 b4 - 
  15.     1) Fixed display problem in output window for nonstandard compressions, now use
  16.         alternate decompress to give clean image.
  17.     2) Now hide the motion settings of compress does not support motion compression.
  18.     3) Added CapsLock key option. If this key is down then the output window will 
  19.         display the frame differenced blocks only (on a white background).
  20.  
  21. V1.0 b5 - 
  22.     1) Added ability to set a different Video To Sound interleave offset. The standard
  23.         value is 1.9sec.
  24.  
  25. V1.0 b6 - 
  26.     1) Fixed crashing on some systems, caused by not always saving and restoring the
  27.         GWorld around compress and decompress calls.
  28.  
  29. V1.0 b7 - 
  30.     1) Changed cropping and resizing preference to default to the input movie dimensions.
  31.     2) Fixed problem with twos sound coming in and converted to raw format.
  32.     
  33. V1.0 b8 - 
  34.     1) Sometimes sound was written too soon to the file, before it could be moved.
  35.  
  36. V1.0 b9 - 
  37.     1) If there was no sound at the start of a movie, it will now be filled with silence
  38.         and ramped to the first sample in the movie.
  39.  
  40. V1.0 b10 - 
  41.     1) Added AppleEvent support back in for Drop and Load.
  42.     2) Changed preferences to not be nested and have to go thru one to get to another.
  43.     3) Added ability to have multiple preference settings.
  44.     
  45. V1.0 b11 - 
  46.     1) Now disable Video to Sound offset if not interleaved.
  47.  
  48. V1.0 b12 - 
  49.     1) Limit the code name from the descriptor to 32 characters. This is a problem
  50.         with the Video Spigot extension.
  51.         
  52. */